Initializes a new instance of the C1ObservableCollection<(Of <(<'T>)>)> class.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
public C1ObservableCollection( IList<T> list ) |
Visual Basic |
---|
Public Sub New ( _ list As IList(Of T) _ ) |
Parameters
- list
- Type: System.Collections.Generic..::..IList<(Of <(<'T>)>)>
The IList<(Of <(<'T>)>)> list that is wrapped by the new collection.